home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / gnome-terminal.schemas < prev    next >
Text File  |  2009-10-20  |  70KB  |  1,989 lines

  1. <gconfschemafile>
  2.   <schemalist>
  3.     <!-- Global settings -->
  4.     <schema>
  5.       <key>/schemas/apps/gnome-terminal/global/profile_list</key>
  6.       <applyto>/apps/gnome-terminal/global/profile_list</applyto>
  7.       <owner>gnome-terminal</owner>
  8.       <type>list</type>
  9.       <list_type>string</list_type>
  10.       <default>[Default]</default>
  11.       <gettext_domain>gnome-terminal</gettext_domain>
  12.       <locale name="C">
  13.          <short>List of profiles</short>
  14.          <long>
  15.            List of profiles known to gnome-terminal. The list contains 
  16.            strings naming subdirectories relative to
  17.           /apps/gnome-terminal/profiles.
  18.          </long>
  19.       </locale>
  20.     </schema>
  21.  
  22.     <schema>
  23.       <key>/schemas/apps/gnome-terminal/global/default_profile</key>
  24.       <applyto>/apps/gnome-terminal/global/default_profile</applyto>
  25.       <owner>gnome-terminal</owner>
  26.       <type>string</type>
  27.       <default>Default</default>
  28.       <gettext_domain>gnome-terminal</gettext_domain>
  29.       <locale name="C">
  30.          <short>Profile to use for new terminals</short>
  31.          <long>
  32.           Profile to be used when opening a new window or tab. 
  33.           Must be in profile_list.
  34.          </long>
  35.       </locale>
  36.     </schema>
  37.  
  38.     <schema>
  39.       <key>/schemas/apps/gnome-terminal/global/use_mnemonics</key>
  40.       <applyto>/apps/gnome-terminal/global/use_mnemonics</applyto>
  41.       <owner>gnome-terminal</owner>
  42.       <type>bool</type>
  43.       <default>true</default>
  44.       <gettext_domain>gnome-terminal</gettext_domain>
  45.       <locale name="C">
  46.          <short>Whether the menubar has access keys</short>
  47.          <long>
  48.           Whether to have Alt+letter access keys for the menubar. 
  49.           They may interfere with some applications run inside the terminal
  50.           so it's possible to turn them off.
  51.          </long>
  52.       </locale>
  53.     </schema>
  54.  
  55.     <schema>
  56.       <key>/schemas/apps/gnome-terminal/global/use_menu_accelerators</key>
  57.       <applyto>/apps/gnome-terminal/global/use_menu_accelerators</applyto>
  58.       <owner>gnome-terminal</owner>
  59.       <type>bool</type>
  60.       <default>true</default>
  61.       <gettext_domain>gnome-terminal</gettext_domain>
  62.       <locale name="C">
  63.          <short>Whether the standard GTK shortcut for menubar access is enabled</short>
  64.          <long>
  65.           Normally you can access the menubar with F10. This can also
  66.           be customized via gtkrc (gtk-menu-bar-accel =
  67.           "whatever"). This option allows the standard menubar
  68.           accelerator to be disabled.
  69.          </long>
  70.       </locale>
  71.     </schema>
  72.  
  73.     <schema>
  74.       <key>/schemas/apps/gnome-terminal/global/active_encodings</key>
  75.       <applyto>/apps/gnome-terminal/global/active_encodings</applyto>
  76.       <owner>gnome-terminal</owner>
  77.       <type>list</type>
  78.       <list_type>string</list_type>
  79.       <gettext_domain>gnome-terminal</gettext_domain>
  80.       <locale name="C">
  81.          <default><!-- Translators: Please note that this has to be a list of
  82.          valid encodings (which are to be taken from the list in src/encoding.c).
  83.          It has to include UTF-8 and the word 'current', which is not to be
  84.          translated. This is provided for customization of the default encoding
  85.          menu; see bug 144810 for an use case. In most cases, this should be
  86.          left alone. -->[UTF-8,current]</default>
  87.          <short>List of available encodings</short>
  88.          <long>
  89.           A subset of possible encodings are presented in 
  90.           the Encoding submenu. This is a list of encodings
  91.           to appear there. The special encoding name "current" 
  92.           means to display the encoding of the current locale.
  93.          </long>
  94.       </locale>
  95.       <locale name="am">
  96.          <default>[UTF-8,current]</default>
  97.       </locale>
  98.       <locale name="ar">
  99.          <default>[UTF-8,current]</default>
  100.       </locale>
  101.       <locale name="as">
  102.          <default>[UTF-8,current]</default>
  103.       </locale>
  104.       <locale name="ast">
  105.          <default>[UTF-8,current,ISO-8859-15]</default>
  106.       </locale>
  107.       <locale name="az">
  108.          <default>[UTF-8,current,ISO-8859-9]</default>
  109.       </locale>
  110.       <locale name="be">
  111.          <default>[UTF-8,current,WINDOWS-1251,ISO-8859-5]</default>
  112.       </locale>
  113.       <locale name="be@latin">
  114.          <default>[UTF-8,current]</default>
  115.       </locale>
  116.       <locale name="bg">
  117.          <default>[UTF-8,current,WINDOWS-1251,ISO-8859-5]</default>
  118.       </locale>
  119.       <locale name="bn">
  120.          <default>[UTF-8,current]</default>
  121.       </locale>
  122.       <locale name="bn_IN">
  123.          <default>[UTF-8,current]</default>
  124.       </locale>
  125.       <locale name="bs">
  126.          <default>[UTF-8,current]</default>
  127.       </locale>
  128.       <locale name="ca">
  129.          <default>[UTF-8,ISO-8859-1,current]</default>
  130.       </locale>
  131.       <locale name="ca@valencia">
  132.          <default>[UTF-8,ISO-8859-1,current]</default>
  133.       </locale>
  134.       <locale name="cs">
  135.          <default>[UTF-8,ISO-8859-2,current]</default>
  136.       </locale>
  137.       <locale name="cy">
  138.          <default>[UTF-8,current,ISO-8859-14]</default>
  139.       </locale>
  140.       <locale name="da">
  141.          <default>[UTF-8,current,ISO-8859-15]</default>
  142.       </locale>
  143.       <locale name="de">
  144.          <default>[UTF-8,current,ISO-8859-15]</default>
  145.       </locale>
  146.       <locale name="dz">
  147.          <default>[α╜íα╜┤α╝ïα╜èα╜▓α╝ïα╜¿α╜║α╜òα╝ï-α╝¿,α╜æα╝ïα╜úα╛ƒα╜╝α╝ï]</default>
  148.       </locale>
  149.       <locale name="el">
  150.          <default>[UTF-8,╧ä╧ü╬¡╧ç╬┐╧à╧â╬▒]</default>
  151.       </locale>
  152.       <locale name="en_CA">
  153.          <default>[UTF-8,current]</default>
  154.       </locale>
  155.       <locale name="en_GB">
  156.          <default>[UTF-8,current]</default>
  157.       </locale>
  158.       <locale name="es">
  159.          <default>[UTF-8,current,ISO-8859-15]</default>
  160.       </locale>
  161.       <locale name="et">
  162.          <default>[UTF-8,current]</default>
  163.       </locale>
  164.       <locale name="eu">
  165.          <default>[UTF-8,current,ISO-8859-15]</default>
  166.       </locale>
  167.       <locale name="fa">
  168.          <default>[UTF-8,current]</default>
  169.       </locale>
  170.       <locale name="fi">
  171.          <default>[UTF-8,current]</default>
  172.       </locale>
  173.       <locale name="fr">
  174.          <default>[UTF-8,current,ISO-8859-15,ISO-8859-1]</default>
  175.       </locale>
  176.       <locale name="fur">
  177.          <default>[UTF-8,current]</default>
  178.       </locale>
  179.       <locale name="ga">
  180.          <default>[UTF-8,current]</default>
  181.       </locale>
  182.       <locale name="gl">
  183.          <default>[current,UTF-8,ISO-8859-15]</default>
  184.       </locale>
  185.       <locale name="gu">
  186.          <default>[UTF-8,current]</default>
  187.       </locale>
  188.       <locale name="he">
  189.          <default>[UTF-8,current,WINDOWS-1255,ISO-8859-8,ISO-8859-8-I]</default>
  190.       </locale>
  191.       <locale name="hi">
  192.          <default>[UTF-8,current]</default>
  193.       </locale>
  194.       <locale name="hr">
  195.          <default>[UTF-8,current,ISO-8859-2]</default>
  196.       </locale>
  197.       <locale name="hu">
  198.          <default>[UTF-8,current,ISO-8859-2]</default>
  199.       </locale>
  200.       <locale name="id">
  201.          <default>[UTF-8,current]</default>
  202.       </locale>
  203.       <locale name="it">
  204.          <default>[UTF-8,current,ISO-8859-15]</default>
  205.       </locale>
  206.       <locale name="ja">
  207.          <default>[UTF-8,EUC-JP,SHIFT_JIS,ISO-2022-JP,current]</default>
  208.       </locale>
  209.       <locale name="kn">
  210.          <default>[UTF-8,α▓¬α│ìα▓░α▓╕α▓òα│ìα▓ñ]</default>
  211.       </locale>
  212.       <locale name="ko">
  213.          <default>[UTF-8,UHC,current]</default>
  214.       </locale>
  215.       <locale name="ku">
  216.          <default>[UTF-8,current]</default>
  217.       </locale>
  218.       <locale name="lt">
  219.          <default>[UTF-8,current,ISO-8859-13,ISO-8859-4]</default>
  220.       </locale>
  221.       <locale name="lv">
  222.          <default>[UTF-8,current,ISO-8859-13,ISO-8859-4]</default>
  223.       </locale>
  224.       <locale name="mai">
  225.          <default>[UTF-8,current]</default>
  226.       </locale>
  227.       <locale name="mg">
  228.          <default>[UTF-8,current]</default>
  229.       </locale>
  230.       <locale name="mk">
  231.          <default>[UTF-8,current,WINDOWS-1251,ISO-8859-5]</default>
  232.       </locale>
  233.       <locale name="ml">
  234.          <default>[UTF-8,current]</default>
  235.       </locale>
  236.       <locale name="mn">
  237.          <default>[UTF-8,current,WINDOWS-1251,KOI8R]</default>
  238.       </locale>
  239.       <locale name="mr">
  240.          <default>[UTF-8,αñ╕αñºαÑìαñ»αñ╛αñÜαÑç]</default>
  241.       </locale>
  242.       <locale name="ms">
  243.          <default>[UTF-8,current]</default>
  244.       </locale>
  245.       <locale name="nb">
  246.          <default>[UTF-8,current,ISO-8859-15]</default>
  247.       </locale>
  248.       <locale name="ne">
  249.          <default>[UTF-8,current]</default>
  250.       </locale>
  251.       <locale name="nl">
  252.          <default>[UTF-8,current,ISO-8859-15]</default>
  253.       </locale>
  254.       <locale name="nn">
  255.          <default>[UTF-8,current,ISO-8859-15]</default>
  256.       </locale>
  257.       <locale name="or">
  258.          <default>[UTF-8,α¼Üα¼│α¼┐α¼ñ]</default>
  259.       </locale>
  260.       <locale name="pa">
  261.          <default>[UTF-8,current]</default>
  262.       </locale>
  263.       <locale name="pl">
  264.          <default>[UTF-8,ISO-8859-2,current]</default>
  265.       </locale>
  266.       <locale name="ps">
  267.          <default>[UTF-8,current]</default>
  268.       </locale>
  269.       <locale name="pt">
  270.          <default>[UTF-8,current,ISO-8859-15]</default>
  271.       </locale>
  272.       <locale name="pt_BR">
  273.          <default>[UTF-8,current,ISO-8859-15]</default>
  274.       </locale>
  275.       <locale name="ro">
  276.          <default>[UTF-8,current,ISO-8859-2,ISO-8859-16]</default>
  277.       </locale>
  278.       <locale name="ru">
  279.          <default>[UTF-8,ISO-8859-5,KOI8R,WINDOWS-1251,current]</default>
  280.       </locale>
  281.       <locale name="rw">
  282.          <default>[UTF-8,current]</default>
  283.       </locale>
  284.       <locale name="si">
  285.          <default>[UTF-8,current]</default>
  286.       </locale>
  287.       <locale name="sk">
  288.          <default>[UTF-8,current,ISO-8859-2]</default>
  289.       </locale>
  290.       <locale name="sl">
  291.          <default>[UTF-8,current,ISO-8859-2]</default>
  292.       </locale>
  293.       <locale name="sq">
  294.          <default>[UTF-8,current,ISO-8859-15,ISO-8859-2]</default>
  295.       </locale>
  296.       <locale name="sr">
  297.          <default>[UTF-8,current]</default>
  298.       </locale>
  299.       <locale name="sr@latin">
  300.          <default>[UTF-8,current]</default>
  301.       </locale>
  302.       <locale name="sv">
  303.          <default>[UTF-8,ISO-8859-15,current]</default>
  304.       </locale>
  305.       <locale name="ta">
  306.          <default>[UTF-8,current,TSCII]</default>
  307.       </locale>
  308.       <locale name="te">
  309.          <default>[UTF-8,α░¬α▒ìα░░α░╕α▒ìα░ñα▒üα░ñ]</default>
  310.       </locale>
  311.       <locale name="th">
  312.          <default>[UTF-8,current,TIS-620]</default>
  313.       </locale>
  314.       <locale name="tr">
  315.          <default>[UTF-8,current,ISO-8859-9]</default>
  316.       </locale>
  317.       <locale name="uk">
  318.          <default>[UTF-8,current,KOI8U,WINDOWS-1251]</default>
  319.       </locale>
  320.       <locale name="vi">
  321.          <default>[UTF-8,current]</default>
  322.       </locale>
  323.       <locale name="wa">
  324.          <default>[UTF-8,current,ISO-8859-15]</default>
  325.       </locale>
  326.       <locale name="xh">
  327.          <default>[UTF-8,current]</default>
  328.       </locale>
  329.       <locale name="zh_CN">
  330.          <default>[UTF-8,GB18030,GBK,GB2312,current]</default>
  331.       </locale>
  332.       <locale name="zh_HK">
  333.          <default>[UTF-8,current,BIG5,BIG5-HKSCS]</default>
  334.       </locale>
  335.       <locale name="zh_TW">
  336.          <default>[UTF-8,current,BIG5,BIG5-HKSCS]</default>
  337.       </locale>
  338.     </schema>
  339.  
  340.     <schema>
  341.       <key>/schemas/apps/gnome-terminal/global/confirm_window_close</key>
  342.       <applyto>/apps/gnome-terminal/global/confirm_window_close</applyto>
  343.       <owner>gnome-terminal</owner>
  344.       <type>bool</type>
  345.       <default>true</default>
  346.       <gettext_domain>gnome-terminal</gettext_domain>
  347.       <locale name="C">
  348.          <short>Whether to ask for confirmation when closing terminal windows</short>
  349.          <long>
  350.      Whether to ask for confirmation when closing a terminal window which has
  351.      more than one open tab.
  352.          </long>
  353.       </locale>
  354.     </schema>
  355.  
  356.  
  357.     <!-- Per-profile settings -->
  358.     <schema>
  359.       <key>/schemas/apps/gnome-terminal/profiles/Default/visible_name</key>
  360.       <applyto>/apps/gnome-terminal/profiles/Default/visible_name</applyto>
  361.       <owner>gnome-terminal</owner>
  362.       <type>string</type>
  363.       <gettext_domain>gnome-terminal</gettext_domain>
  364.       <locale name="C">
  365.          <default>Default</default>
  366.          <short>Human-readable name of the profile</short>
  367.          <long>
  368.            Human-readable name of the profile.
  369.          </long>
  370.       </locale>
  371.       <locale name="ar">
  372.          <default>╪º┘ä╪º┘ü╪¬╪▒╪º╪╢┘è</default>
  373.       </locale>
  374.       <locale name="as">
  375.          <default>αªàবαª┐αªòαª▓αºì᪬αª┐αªñ</default>
  376.       </locale>
  377.       <locale name="ast">
  378.          <default>Defeutu</default>
  379.       </locale>
  380.       <locale name="be">
  381.          <default>╨ƒ╤Ç╨░╨┤╨▓╤ï╨╖╨╜╨░╤ç╨░╨╜╤ï</default>
  382.       </locale>
  383.       <locale name="be@latin">
  384.          <default>Zmo┼¡─ìany</default>
  385.       </locale>
  386.       <locale name="bg">
  387.          <default>╨í╤é╨░╨╜╨┤╨░╤Ç╤é╨╡╨╜ ╤å╨▓╤Å╤é</default>
  388.       </locale>
  389.       <locale name="bn">
  390.          <default>αªíαª┐᪽αª▓αºì᪃</default>
  391.       </locale>
  392.       <locale name="bn_IN">
  393.          <default>αªíαª┐᪽αª▓αºì᪃</default>
  394.       </locale>
  395.       <locale name="ca">
  396.          <default>Predeterminat</default>
  397.       </locale>
  398.       <locale name="ca@valencia">
  399.          <default>Predeterminat</default>
  400.       </locale>
  401.       <locale name="cs">
  402.          <default>V├╜choz├¡</default>
  403.       </locale>
  404.       <locale name="cy">
  405.          <default>Rhagosodiad</default>
  406.       </locale>
  407.       <locale name="da">
  408.          <default>Standard</default>
  409.       </locale>
  410.       <locale name="de">
  411.          <default>Vorgabe</default>
  412.       </locale>
  413.       <locale name="dz">
  414.          <default>α╜ªα╛öα╜╝α╜ôα╝ïα╜ªα╛Æα╛▓α╜▓α╜é</default>
  415.       </locale>
  416.       <locale name="el">
  417.          <default>╬á╧ü╬┐╬╡╧Ç╬╣╬╗╬┐╬│╬«</default>
  418.       </locale>
  419.       <locale name="en_CA">
  420.          <default>Default</default>
  421.       </locale>
  422.       <locale name="en_GB">
  423.          <default>Default</default>
  424.       </locale>
  425.       <locale name="es">
  426.          <default>Predeterminado</default>
  427.       </locale>
  428.       <locale name="et">
  429.          <default>Vaikimisi</default>
  430.       </locale>
  431.       <locale name="eu">
  432.          <default>Lehenetsia</default>
  433.       </locale>
  434.       <locale name="fi">
  435.          <default>Oletus</default>
  436.       </locale>
  437.       <locale name="fr">
  438.          <default>Par d├⌐faut</default>
  439.       </locale>
  440.       <locale name="fur">
  441.          <default>Default</default>
  442.       </locale>
  443.       <locale name="ga">
  444.          <default>R├⌐amhshocr├║</default>
  445.       </locale>
  446.       <locale name="gl">
  447.          <default>Predeterminado</default>
  448.       </locale>
  449.       <locale name="gu">
  450.          <default>ᬫα½éα¬│ભα½éα¬ñ</default>
  451.       </locale>
  452.       <locale name="he">
  453.          <default>Default</default>
  454.       </locale>
  455.       <locale name="hi">
  456.          <default>αññαñ»αñ╢αÑüαñªαñ╛</default>
  457.       </locale>
  458.       <locale name="hr">
  459.          <default>Uobi─ìajeno</default>
  460.       </locale>
  461.       <locale name="hu">
  462.          <default>Alap├⌐rtelmezett</default>
  463.       </locale>
  464.       <locale name="hy">
  465.          <default>╒Ç╒½╒┤╒╢╒í╒»╒í╒╢</default>
  466.       </locale>
  467.       <locale name="id">
  468.          <default>Default</default>
  469.       </locale>
  470.       <locale name="it">
  471.          <default>Predefinito</default>
  472.       </locale>
  473.       <locale name="ja">
  474.          <default>πâçπâòπé⌐πâ½πâê</default>
  475.       </locale>
  476.       <locale name="ka">
  477.          <default>ßâ£ßâÉßâÆßâúßâÜßâÿßâíßâ«ßâ¢ßâößâòßâÿ</default>
  478.       </locale>
  479.       <locale name="kn">
  480.          <default>α▓¬α│éα▓░α│ìα▓╡α▓¿α▓┐α▓»α│ïα▓£α▓┐α▓ñ</default>
  481.       </locale>
  482.       <locale name="ko">
  483.          <default>Ω╕░δ│╕Ω░Æ</default>
  484.       </locale>
  485.       <locale name="ku">
  486.          <default>Standart</default>
  487.       </locale>
  488.       <locale name="lt">
  489.          <default>Numatytasis</default>
  490.       </locale>
  491.       <locale name="lv">
  492.          <default>Noklus─ôts</default>
  493.       </locale>
  494.       <locale name="mai">
  495.          <default>αñ«αÑéαñ▓αñ¡αÑéαññ</default>
  496.       </locale>
  497.       <locale name="mg">
  498.          <default>Tsotra</default>
  499.       </locale>
  500.       <locale name="mk">
  501.          <default>╨í╤é╨░╨╜╨┤╨░╤Ç╨┤╨╜╨╛</default>
  502.       </locale>
  503.       <locale name="ml">
  504.          <default>α┤╕α┤╣α┤£α┤«α┤╛α┤»</default>
  505.       </locale>
  506.       <locale name="mr">
  507.          <default>αñ«αÑüαñ▓αñ¡αÑéαññ</default>
  508.       </locale>
  509.       <locale name="nb">
  510.          <default>Forvalgt</default>
  511.       </locale>
  512.       <locale name="ne">
  513.          <default>αñ¬αÑéαñ░αÑìαñ╡αñ¿αñ┐αñ░αÑìαñºαñ╛αñ░αñ┐αññ</default>
  514.       </locale>
  515.       <locale name="nl">
  516.          <default>Standaard</default>
  517.       </locale>
  518.       <locale name="nn">
  519.          <default>Standard</default>
  520.       </locale>
  521.       <locale name="oc">
  522.          <default>Defaut</default>
  523.       </locale>
  524.       <locale name="or">
  525.          <default>ପα¡éα¼░α¡ìα¼¼ α¼¿α¼┐α¼░α¡ìଦα¡ìଧα¼╛α¼░α¼┐α¼ñ</default>
  526.       </locale>
  527.       <locale name="pa">
  528.          <default>α¿íα¿┐α¿½α¿╛α¿▓ਟ</default>
  529.       </locale>
  530.       <locale name="pl">
  531.          <default>Domy┼¢lny</default>
  532.       </locale>
  533.       <locale name="ps">
  534.          <default>╪¬┘ä┘ê╪º┘ä┘ç</default>
  535.       </locale>
  536.       <locale name="pt">
  537.          <default>Omiss├úo</default>
  538.       </locale>
  539.       <locale name="pt_BR">
  540.          <default>Padr├úo</default>
  541.       </locale>
  542.       <locale name="ro">
  543.          <default>Implicit</default>
  544.       </locale>
  545.       <locale name="ru">
  546.          <default>╨ƒ╨╛ ╤â╨╝╨╛╨╗╤ç╨░╨╜╨╕╤Ä</default>
  547.       </locale>
  548.       <locale name="si">
  549.          <default>α╢┤α╖Öα╢╗α╢▒α╖Æα╢╕α╖Æα╢║</default>
  550.       </locale>
  551.       <locale name="sk">
  552.          <default>Predvolen├⌐</default>
  553.       </locale>
  554.       <locale name="sl">
  555.          <default>Privzeto</default>
  556.       </locale>
  557.       <locale name="sq">
  558.          <default>E prezgjedhur</default>
  559.       </locale>
  560.       <locale name="sr">
  561.          <default>╨ƒ╨╛╨┤╤Ç╨░╨╖╤â╨╝╨╡╨▓╨░╨╜╨░</default>
  562.       </locale>
  563.       <locale name="sr@latin">
  564.          <default>Podrazumevana</default>
  565.       </locale>
  566.       <locale name="sv">
  567.          <default>Standard</default>
  568.       </locale>
  569.       <locale name="ta">
  570.          <default>α««α»üα«⌐α»ìα«⌐α«┐α«░α»ü᫬α»ì᫬α»ü</default>
  571.       </locale>
  572.       <locale name="te">
  573.          <default>α░àα░¬α▒ìα░░α░«α▒çα░»α░é</default>
  574.       </locale>
  575.       <locale name="th">
  576.          <default>α╕¢α╕úα╕┤α╕óα╕▓α╕ó</default>
  577.       </locale>
  578.       <locale name="tr">
  579.          <default>├ûntan─▒ml─▒</default>
  580.       </locale>
  581.       <locale name="uk">
  582.          <default>╨ó╨╕╨┐╨╛╨▓╨╛</default>
  583.       </locale>
  584.       <locale name="vi">
  585.          <default>Mß║╖c ─æß╗ïnh</default>
  586.       </locale>
  587.       <locale name="wa">
  588.          <default>Pr├⌐metou</default>
  589.       </locale>
  590.       <locale name="zh_CN">
  591.          <default>Θ╗ÿΦ«ñ</default>
  592.       </locale>
  593.       <locale name="zh_HK">
  594.          <default>ΘáÉΦ¿¡σÇ╝</default>
  595.       </locale>
  596.       <locale name="zh_TW">
  597.          <default>ΘáÉΦ¿¡σÇ╝</default>
  598.       </locale>
  599.     </schema>
  600.  
  601.     <schema>
  602.       <key>/schemas/apps/gnome-terminal/profiles/Default/default_show_menubar</key>
  603.       <applyto>/apps/gnome-terminal/profiles/Default/default_show_menubar</applyto>
  604.       <owner>gnome-terminal</owner>
  605.       <type>bool</type>
  606.       <default>true</default>
  607.       <gettext_domain>gnome-terminal</gettext_domain>
  608.       <locale name="C">
  609.          <short>Whether to show menubar in new windows/tabs</short>
  610.          <long>
  611.            True if the menubar should be shown in new windows, 
  612.            for windows/tabs with this profile.
  613.          </long>
  614.       </locale>
  615.     </schema>
  616.  
  617.     <schema>
  618.       <key>/schemas/apps/gnome-terminal/profiles/Default/foreground_color</key>
  619.       <applyto>/apps/gnome-terminal/profiles/Default/foreground_color</applyto>
  620.       <owner>gnome-terminal</owner>
  621.       <type>string</type>
  622.       <default>#000000</default>
  623.       <gettext_domain>gnome-terminal</gettext_domain>
  624.       <locale name="C">
  625.          <short>Default color of text in the terminal</short>
  626.          <long>
  627.            Default color of text in the terminal, as a color
  628.            specification (can be HTML-style hex digits, or
  629.            a color name such as "red"). 
  630.          </long>
  631.       </locale>
  632.     </schema>
  633.  
  634.     <schema>
  635.       <key>/schemas/apps/gnome-terminal/profiles/Default/background_color</key>
  636.       <applyto>/apps/gnome-terminal/profiles/Default/background_color</applyto>
  637.       <owner>gnome-terminal</owner>
  638.       <type>string</type>
  639.       <default>#FFFFDD</default>
  640.       <gettext_domain>gnome-terminal</gettext_domain>
  641.       <locale name="C">
  642.          <short>Default color of terminal background</short>
  643.          <long>
  644.            Default color of terminal background, as a color
  645.            specification (can be HTML-style hex digits, or
  646.            a color name such as "red").
  647.          </long>
  648.       </locale>
  649.     </schema>
  650.  
  651.     <schema>
  652.       <key>/schemas/apps/gnome-terminal/profiles/Default/title_mode</key>
  653.       <applyto>/apps/gnome-terminal/profiles/Default/title_mode</applyto>
  654.       <owner>gnome-terminal</owner>
  655.       <type>string</type>
  656.       <default>replace</default>
  657.       <gettext_domain>gnome-terminal</gettext_domain>
  658.       <locale name="C">
  659.          <short>What to do with dynamic title</short>
  660.          <long>
  661.            If the application in the terminal sets the title 
  662.            (most typically people have their shell set up to 
  663.            do this), the dynamically-set title can 
  664.            erase the configured title, go before it, go after it, 
  665.            or replace it. The possible values are "replace", 
  666.            "before", "after", and "ignore".
  667.          </long>
  668.       </locale>
  669.     </schema>
  670.  
  671.     <schema>
  672.       <key>/schemas/apps/gnome-terminal/profiles/Default/title</key>
  673.       <applyto>/apps/gnome-terminal/profiles/Default/title</applyto>
  674.       <owner>gnome-terminal</owner>
  675.       <type>string</type>
  676.       <gettext_domain>gnome-terminal</gettext_domain>
  677.       <locale name="C">
  678.     <default>Terminal</default>
  679.          <short>Title for terminal</short>
  680.          <long>
  681.            Title to display for the terminal window or tab. 
  682.            This title may be replaced by or combined with 
  683.            the title set by the application inside the terminal, 
  684.            depending on the title_mode setting.
  685.          </long>
  686.       </locale>
  687.       <locale name="am">
  688.     <default>ßë░ßê¡ßêÜßèôßêì</default>
  689.       </locale>
  690.       <locale name="ar">
  691.     <default>╪º┘ä╪╖╪▒┘ü┘è╪⌐</default>
  692.       </locale>
  693.       <locale name="as">
  694.     <default>᪃αª╛αº░αºì᪫αª┐নαºçαª▓</default>
  695.       </locale>
  696.       <locale name="ast">
  697.     <default>Terminal</default>
  698.       </locale>
  699.       <locale name="az">
  700.     <default>Terminal</default>
  701.       </locale>
  702.       <locale name="be">
  703.     <default>╨ó╤ì╤Ç╨╝╤û╨╜╨░╨╗</default>
  704.       </locale>
  705.       <locale name="be@latin">
  706.     <default>Termina┼é</default>
  707.       </locale>
  708.       <locale name="bg">
  709.     <default>╨ó╨╡╤Ç╨╝╨╕╨╜╨░╨╗</default>
  710.       </locale>
  711.       <locale name="bn">
  712.     <default>᪃αª╛αª░αºì᪫αª┐নαª╛αª▓</default>
  713.       </locale>
  714.       <locale name="bn_IN">
  715.     <default>᪃αª╛αª░αºì᪫αª┐নαºì᪻αª╛αª▓</default>
  716.       </locale>
  717.       <locale name="bs">
  718.     <default>Terminal</default>
  719.       </locale>
  720.       <locale name="ca">
  721.     <default>Terminal</default>
  722.       </locale>
  723.       <locale name="ca@valencia">
  724.     <default>Terminal</default>
  725.       </locale>
  726.       <locale name="cs">
  727.     <default>Termin├íl</default>
  728.       </locale>
  729.       <locale name="cy">
  730.     <default>Terfynell</default>
  731.       </locale>
  732.       <locale name="da">
  733.     <default>Terminal</default>
  734.       </locale>
  735.       <locale name="de">
  736.     <default>Terminal</default>
  737.       </locale>
  738.       <locale name="dz">
  739.     <default>α╜èα╜óα╝ïα╜ÿα╜▓α╝ïα╜ôα╜▒α╜úα╝ïα╝ì</default>
  740.       </locale>
  741.       <locale name="el">
  742.     <default>╬ñ╬╡╧ü╬╝╬▒╧ä╬╣╬║╧î</default>
  743.       </locale>
  744.       <locale name="en_CA">
  745.     <default>Terminal</default>
  746.       </locale>
  747.       <locale name="en_GB">
  748.     <default>Terminal</default>
  749.       </locale>
  750.       <locale name="es">
  751.     <default>Terminal</default>
  752.       </locale>
  753.       <locale name="et">
  754.     <default>Terminal</default>
  755.       </locale>
  756.       <locale name="eu">
  757.     <default>Terminala</default>
  758.       </locale>
  759.       <locale name="fa">
  760.     <default>┘╛╪º█î╪º┘å┘ç</default>
  761.       </locale>
  762.       <locale name="fi">
  763.     <default>P├ñ├ñte</default>
  764.       </locale>
  765.       <locale name="fr">
  766.     <default>Terminal</default>
  767.       </locale>
  768.       <locale name="fur">
  769.     <default>Termin├ól</default>
  770.       </locale>
  771.       <locale name="ga">
  772.     <default>Teirmin├⌐al</default>
  773.       </locale>
  774.       <locale name="gl">
  775.     <default>Terminal</default>
  776.       </locale>
  777.       <locale name="gu">
  778.     <default>ᬃα¬░α½ìᬫα¬┐નα¬▓</default>
  779.       </locale>
  780.       <locale name="he">
  781.     <default>╫₧╫í╫ò╫ú</default>
  782.       </locale>
  783.       <locale name="hi">
  784.     <default>αñƒαñ░αÑìαñ«αñ┐αñ¿αñ▓</default>
  785.       </locale>
  786.       <locale name="hr">
  787.     <default>Terminal</default>
  788.       </locale>
  789.       <locale name="hu">
  790.     <default>Termin├íl</default>
  791.       </locale>
  792.       <locale name="hy">
  793.     <default>╒Å╒Ñ╓Ç╒┤╒½╒╢╒í╒¼</default>
  794.       </locale>
  795.       <locale name="id">
  796.     <default>Terminal</default>
  797.       </locale>
  798.       <locale name="it">
  799.     <default>Terminale</default>
  800.       </locale>
  801.       <locale name="ja">
  802.     <default>τ½»µ£½</default>
  803.       </locale>
  804.       <locale name="ka">
  805.     <default>ßâóßâößâáßâ¢ßâÿßâ£ßâÉßâÜßâÿ</default>
  806.       </locale>
  807.       <locale name="kn">
  808.     <default>α▓ƒα▓░α│ìα▓«α▓┐α▓¿α▓▓α│ì</default>
  809.       </locale>
  810.       <locale name="ko">
  811.     <default>φä░δ»╕δäÉ</default>
  812.       </locale>
  813.       <locale name="ku">
  814.     <default>Term├«nal</default>
  815.       </locale>
  816.       <locale name="lt">
  817.     <default>Terminalas</default>
  818.       </locale>
  819.       <locale name="lv">
  820.     <default>Termin─ülis</default>
  821.       </locale>
  822.       <locale name="mai">
  823.     <default>αñƒαñ░αÑìαñ«αñ┐αñ¿αñ▓</default>
  824.       </locale>
  825.       <locale name="mg">
  826.     <default>Terminal</default>
  827.       </locale>
  828.       <locale name="mk">
  829.     <default>╨ó╨╡╤Ç╨╝╨╕╨╜╨░╨╗</default>
  830.       </locale>
  831.       <locale name="ml">
  832.     <default>α┤ƒα╡åα┤░α╡ìΓÇìα┤«α┤┐α┤¿α┤▓α╡ìΓÇì</default>
  833.       </locale>
  834.       <locale name="mn">
  835.     <default>╨ó╨╡╤Ç╨╝╨╕╨╜╨░╨╗</default>
  836.       </locale>
  837.       <locale name="mr">
  838.     <default>αñƒαñ░αÑìαñ«αñ┐αñ¿αñ▓</default>
  839.       </locale>
  840.       <locale name="ms">
  841.     <default>Terminal</default>
  842.       </locale>
  843.       <locale name="nb">
  844.     <default>Terminal</default>
  845.       </locale>
  846.       <locale name="ne">
  847.     <default>αñƒαñ░αÑìαñ«αñ┐αñ¿αñ▓</default>
  848.       </locale>
  849.       <locale name="nl">
  850.     <default>Terminalvenster</default>
  851.       </locale>
  852.       <locale name="nn">
  853.     <default>Terminal</default>
  854.       </locale>
  855.       <locale name="oc">
  856.     <default>Terminal</default>
  857.       </locale>
  858.       <locale name="or">
  859.     <default>ଟα¼░α¡ìମα¼┐ନα¼╛α¼▓</default>
  860.       </locale>
  861.       <locale name="pa">
  862.     <default>ਟα¿░α¿«α⌐Çα¿¿α¿▓</default>
  863.       </locale>
  864.       <locale name="pl">
  865.     <default>Terminal</default>
  866.       </locale>
  867.       <locale name="ps">
  868.     <default>┘╛╪º┘è╪º┘ä█î</default>
  869.       </locale>
  870.       <locale name="pt">
  871.     <default>Consola</default>
  872.       </locale>
  873.       <locale name="pt_BR">
  874.     <default>Terminal</default>
  875.       </locale>
  876.       <locale name="ro">
  877.     <default>Terminal</default>
  878.       </locale>
  879.       <locale name="ru">
  880.     <default>╨ó╨╡╤Ç╨╝╨╕╨╜╨░╨╗</default>
  881.       </locale>
  882.       <locale name="si">
  883.     <default>α╢àα╢£α╖èΓÇìα╢╗α╢║</default>
  884.       </locale>
  885.       <locale name="sk">
  886.     <default>Termin├íl</default>
  887.       </locale>
  888.       <locale name="sl">
  889.     <default>Terminal</default>
  890.       </locale>
  891.       <locale name="sq">
  892.     <default>Terminali</default>
  893.       </locale>
  894.       <locale name="sr">
  895.     <default>╨ó╨╡╤Ç╨╝╨╕╨╜╨░╨╗</default>
  896.       </locale>
  897.       <locale name="sr@latin">
  898.     <default>Terminal</default>
  899.       </locale>
  900.       <locale name="sv">
  901.     <default>Terminal</default>
  902.       </locale>
  903.       <locale name="ta">
  904.     <default>α««α»üα«⌐α»êα«»α««α»ì</default>
  905.       </locale>
  906.       <locale name="te">
  907.     <default>α░ƒα▒åα░░α▒ìα░«α░┐α░¿α░▓α▒ì</default>
  908.       </locale>
  909.       <locale name="th">
  910.     <default>α╣Çα╕ùα╕¡α╕úα╣îα╕íα╕┤α╕Öα╕▒α╕Ñ</default>
  911.       </locale>
  912.       <locale name="tr">
  913.     <default>U├ºbirim</default>
  914.       </locale>
  915.       <locale name="uk">
  916.     <default>╨ó╨╡╤Ç╨╝╤û╨╜╨░╨╗</default>
  917.       </locale>
  918.       <locale name="vi">
  919.     <default>Thiß║┐t bß╗ï cuß╗æi</default>
  920.       </locale>
  921.       <locale name="wa">
  922.     <default>Termin├Ñ</default>
  923.       </locale>
  924.       <locale name="xh">
  925.     <default>i-Terminal</default>
  926.       </locale>
  927.       <locale name="zh_CN">
  928.     <default>τ╗êτ½»</default>
  929.       </locale>
  930.       <locale name="zh_HK">
  931.     <default>τ╡éτ½»µ⌐ƒ</default>
  932.       </locale>
  933.       <locale name="zh_TW">
  934.     <default>τ╡éτ½»µ⌐ƒ</default>
  935.       </locale>
  936.     </schema>
  937.  
  938.     <schema>
  939.       <key>/schemas/apps/gnome-terminal/profiles/Default/allow_bold</key>
  940.       <applyto>/apps/gnome-terminal/profiles/Default/allow_bold</applyto>
  941.       <owner>gnome-terminal</owner>
  942.       <type>bool</type>
  943.       <default>true</default>
  944.       <gettext_domain>gnome-terminal</gettext_domain>
  945.       <locale name="C">
  946.          <short>Whether to allow bold text</short>
  947.          <long>
  948.           If true, allow applications in the terminal to make 
  949.           text boldface.
  950.          </long>
  951.       </locale>
  952.     </schema>
  953.  
  954.     <schema>
  955.       <key>/schemas/apps/gnome-terminal/profiles/Default/silent_bell</key>
  956.       <applyto>/apps/gnome-terminal/profiles/Default/silent_bell</applyto>
  957.       <owner>gnome-terminal</owner>
  958.       <type>bool</type>
  959.       <default>false</default>
  960.       <gettext_domain>gnome-terminal</gettext_domain>
  961.       <locale name="C">
  962.          <short>Whether to silence terminal bell</short>
  963.          <long>
  964.           If true, don't make a noise when applications send the 
  965.           escape sequence for the terminal bell.
  966.          </long>
  967.       </locale>
  968.     </schema>
  969.  
  970.     <schema>
  971.       <key>/schemas/apps/gnome-terminal/profiles/Default/word_chars</key>
  972.       <applyto>/apps/gnome-terminal/profiles/Default/word_chars</applyto>
  973.       <owner>gnome-terminal</owner>
  974.       <type>string</type>
  975.       <default>-A-Za-z0-9,./?%&#:_=+@~</default>
  976.       <gettext_domain>gnome-terminal</gettext_domain>
  977.       <locale name="C">
  978.          <short>Characters that are considered "part of a word"</short>
  979.          <long>
  980.            When selecting text by word, sequences of these characters
  981.            are considered single words. Ranges can be given as 
  982.            "A-Z". Literal hyphen (not expressing a range) should be
  983.            the first character given.
  984.          </long>
  985.       </locale>
  986.     </schema>
  987.  
  988.     <schema>
  989.       <key>/schemas/apps/gnome-terminal/profiles/Default/scrollbar_position</key>
  990.       <applyto>/apps/gnome-terminal/profiles/Default/scrollbar_position</applyto>
  991.       <owner>gnome-terminal</owner>
  992.       <type>string</type>
  993.       <default>right</default>
  994.       <gettext_domain>gnome-terminal</gettext_domain>
  995.       <locale name="C">
  996.          <short>Position of the scrollbar</short>
  997.          <long>
  998.           Where to put the terminal scrollbar. Possibilities are 
  999.           "left", "right", and "disabled".
  1000.          </long>
  1001.       </locale>
  1002.     </schema>
  1003.  
  1004.     <schema>
  1005.       <key>/schemas/apps/gnome-terminal/profiles/Default/scrollback_lines</key>
  1006.       <applyto>/apps/gnome-terminal/profiles/Default/scrollback_lines</applyto>
  1007.       <owner>gnome-terminal</owner>
  1008.       <type>int</type>
  1009.       <default>512</default>
  1010.       <gettext_domain>gnome-terminal</gettext_domain>
  1011.       <locale name="C">
  1012.          <short>Number of lines to keep in scrollback</short>
  1013.          <long>
  1014.            Number of scrollback lines to keep around. You can 
  1015.            scroll back in the terminal by this number of lines; 
  1016.            lines that don't fit in the scrollback are discarded.
  1017.            Be careful with this setting; it's the primary factor 
  1018.            in determining how much memory the terminal will use.      
  1019.          </long>
  1020.       </locale>
  1021.     </schema>
  1022.  
  1023.     <schema>
  1024.       <key>/schemas/apps/gnome-terminal/profiles/Default/scroll_on_keystroke</key>
  1025.       <applyto>/apps/gnome-terminal/profiles/Default/scroll_on_keystroke</applyto>
  1026.       <owner>gnome-terminal</owner>
  1027.       <type>bool</type>
  1028.       <default>true</default>
  1029.       <gettext_domain>gnome-terminal</gettext_domain>
  1030.       <locale name="C">
  1031.          <short>Whether to scroll to the bottom when a key is pressed</short>
  1032.          <long>
  1033.           If true, pressing a key jumps the scrollbar to the bottom.
  1034.          </long>
  1035.       </locale>
  1036.     </schema>
  1037.  
  1038.     <schema>
  1039.       <key>/schemas/apps/gnome-terminal/profiles/Default/scroll_on_output</key>
  1040.       <applyto>/apps/gnome-terminal/profiles/Default/scroll_on_output</applyto>
  1041.       <owner>gnome-terminal</owner>
  1042.       <type>bool</type>
  1043.       <default>false</default>
  1044.       <gettext_domain>gnome-terminal</gettext_domain>
  1045.       <locale name="C">
  1046.          <short>Whether to scroll to the bottom when there's new output</short>
  1047.          <long>
  1048.           If true, whenever there's new output the terminal will scroll
  1049.           to the bottom.
  1050.          </long>
  1051.       </locale>
  1052.     </schema>
  1053.  
  1054.     <schema>
  1055.       <key>/schemas/apps/gnome-terminal/profiles/Default/alternate_screen_scroll</key>
  1056.       <applyto>/apps/gnome-terminal/profiles/Default/alternate_screen_scroll</applyto>
  1057.       <owner>gnome-terminal</owner>
  1058.       <type>bool</type>
  1059.       <default>true</default>
  1060.       <gettext_domain>gnome-terminal</gettext_domain>
  1061.       <locale name="C">
  1062.          <short>
  1063.       Whether to send keystrokes for alternate screen scrolling
  1064.      </short>
  1065.          <long>
  1066.           If true, send Up/Down keystrokes for scrolling when using alternate
  1067.       screen or when scrolling is restricted.
  1068.          </long>
  1069.       </locale>
  1070.     </schema>
  1071.  
  1072.     <schema>
  1073.       <key>/schemas/apps/gnome-terminal/profiles/Default/exit_action</key>
  1074.       <applyto>/apps/gnome-terminal/profiles/Default/exit_action</applyto>
  1075.       <owner>gnome-terminal</owner>
  1076.       <type>string</type>
  1077.       <default>close</default>
  1078.       <gettext_domain>gnome-terminal</gettext_domain>
  1079.       <locale name="C">
  1080.          <short>What to do with the terminal when the child command exits</short>
  1081.          <long>
  1082.            Possible values are "close" to close the terminal, and
  1083.            "restart" to restart the command.
  1084.          </long>
  1085.       </locale>
  1086.     </schema>
  1087.  
  1088.     <schema>
  1089.       <key>/schemas/apps/gnome-terminal/profiles/Default/login_shell</key>
  1090.       <applyto>/apps/gnome-terminal/profiles/Default/login_shell</applyto>
  1091.       <owner>gnome-terminal</owner>
  1092.       <type>bool</type>
  1093.       <default>false</default>
  1094.       <gettext_domain>gnome-terminal</gettext_domain>
  1095.       <locale name="C">
  1096.          <short>Whether to launch the command in the terminal as a login shell</short>
  1097.          <long>
  1098.           If true, the command inside the terminal will be launched as 
  1099.           a login shell. (argv[0] will have a hyphen in front of it.)
  1100.          </long>
  1101.       </locale>
  1102.     </schema>
  1103.  
  1104.     <schema>
  1105.       <key>/schemas/apps/gnome-terminal/profiles/Default/update_records</key>
  1106.       <applyto>/apps/gnome-terminal/profiles/Default/update_records</applyto>
  1107.       <owner>gnome-terminal</owner>
  1108.       <type>bool</type>
  1109.       <default>true</default>
  1110.       <gettext_domain>gnome-terminal</gettext_domain>
  1111.       <locale name="C">
  1112.          <short>Whether to update login records when launching terminal command</short>
  1113.          <long>
  1114.         If true, the system login records utmp and wtmp will be updated when the command inside the terminal
  1115.         is launched.
  1116.          </long>
  1117.       </locale>
  1118.     </schema>
  1119.  
  1120.     <schema>
  1121.       <key>/schemas/apps/gnome-terminal/profiles/Default/use_custom_command</key>
  1122.       <applyto>/apps/gnome-terminal/profiles/Default/use_custom_command</applyto>
  1123.       <owner>gnome-terminal</owner>
  1124.       <type>bool</type>
  1125.       <default>false</default>
  1126.       <gettext_domain>gnome-terminal</gettext_domain>
  1127.       <locale name="C">
  1128.          <short>Whether to run a custom command instead of the shell</short>
  1129.          <long>
  1130.           If true, the value of the custom_command setting will 
  1131.          be used in place of running a shell.
  1132.          </long>
  1133.       </locale>
  1134.     </schema>
  1135.  
  1136.      <schema>
  1137.        <key>/schemas/apps/gnome-terminal/profiles/Default/cursor_blink_mode</key>
  1138.        <applyto>/apps/gnome-terminal/profiles/Default/cursor_blink_mode</applyto>
  1139.        <owner>gnome-terminal</owner>
  1140.        <type>string</type>
  1141.        <default>system</default>
  1142.        <gettext_domain>gnome-terminal</gettext_domain>
  1143.        <locale name="C">
  1144.           <short>Whether to blink the cursor</short>
  1145.           <long>
  1146.             The possible values are "system" to use the global cursor blinking
  1147.             settings, or "on" or "off" to set the mode explicitly.
  1148.           </long>
  1149.        </locale>
  1150.      </schema>
  1151.  
  1152.     
  1153.      <schema>
  1154.        <key>/schemas/apps/gnome-terminal/profiles/Default/cursor_shape</key>
  1155.        <applyto>/apps/gnome-terminal/profiles/Default/cursor_shape</applyto>
  1156.        <owner>gnome-terminal</owner>
  1157.        <type>string</type>
  1158.        <default>block</default>
  1159.        <gettext_domain>gnome-terminal</gettext_domain>
  1160.        <locale name="C">
  1161.           <short>The cursor appearance</short>
  1162.           <long>
  1163.             The possible values are "block" to use a block cursor, "ibeam" to
  1164.             use a vertical line cursor, or "underline" to use an underline cursor.
  1165.           </long>
  1166.        </locale>
  1167.      </schema>
  1168.  
  1169.     
  1170.      <schema>
  1171.       <key>/schemas/apps/gnome-terminal/profiles/Default/custom_command</key>
  1172.       <applyto>/apps/gnome-terminal/profiles/Default/custom_command</applyto>
  1173.       <owner>gnome-terminal</owner>
  1174.       <type>string</type>
  1175.       <default></default>
  1176.       <gettext_domain>gnome-terminal</gettext_domain>
  1177.       <locale name="C">
  1178.          <short>Custom command to use instead of the shell</short>
  1179.          <long>
  1180.           Run this command in place of the shell, if 
  1181.           use_custom_command is true.
  1182.          </long>
  1183.       </locale>
  1184.     </schema>
  1185.  
  1186.     <schema>
  1187.       <key>/schemas/apps/gnome-terminal/profiles/Default/icon</key>
  1188.       <applyto>/apps/gnome-terminal/profiles/Default/icon</applyto>
  1189.       <owner>gnome-terminal</owner>
  1190.       <type>string</type>
  1191.       <default></default>
  1192.       <gettext_domain>gnome-terminal</gettext_domain>
  1193.       <locale name="C">
  1194.          <short>Icon for terminal window</short>
  1195.          <long>
  1196.           Icon to use for tabs/windows containing this profile.
  1197.          </long>
  1198.       </locale>
  1199.     </schema>
  1200.  
  1201.     <schema>
  1202.       <key>/schemas/apps/gnome-terminal/profiles/Default/palette</key>
  1203.       <applyto>/apps/gnome-terminal/profiles/Default/palette</applyto>
  1204.       <owner>gnome-terminal</owner>
  1205.       <type>string</type>
  1206.       <default>#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC</default>
  1207.       <gettext_domain>gnome-terminal</gettext_domain>
  1208.       <locale name="C">
  1209.          <short>Palette for terminal applications</short>
  1210.          <long>
  1211.           Terminals have a 16-color palette that applications inside 
  1212.           the terminal can use. This is that palette, in the form 
  1213.           of a colon-separated list of color names. Color names 
  1214.           should be in hex format e.g. "#FF00FF"
  1215.          </long>
  1216.       </locale>
  1217.     </schema>
  1218.  
  1219.     <schema>
  1220.       <key>/schemas/apps/gnome-terminal/profiles/Default/font</key>
  1221.       <applyto>/apps/gnome-terminal/profiles/Default/font</applyto>
  1222.       <owner>gnome-terminal</owner>
  1223.       <type>string</type>
  1224.       <default>Monospace 12</default>
  1225.       <gettext_domain>gnome-terminal</gettext_domain>
  1226.       <locale name="C">
  1227.          <short>Font</short>
  1228.          <long>
  1229.           An Pango font name. Examples are "Sans 12" or "Monospace Bold 14".
  1230.          </long>
  1231.       </locale>
  1232.     </schema>
  1233.  
  1234.     <schema>
  1235.       <key>/schemas/apps/gnome-terminal/profiles/Default/background_type</key>
  1236.       <applyto>/apps/gnome-terminal/profiles/Default/background_type</applyto>
  1237.       <owner>gnome-terminal</owner>
  1238.       <type>string</type>
  1239.       <default>solid</default>
  1240.       <gettext_domain>gnome-terminal</gettext_domain>
  1241.       <locale name="C">
  1242.          <short>Background type</short>
  1243.          <long>
  1244.           Type of terminal background. May be "solid" for a solid color,
  1245.           "image" for an image, or "transparent" for either real transparency if
  1246.           a compositing window manager is running, or pseudo-transparency
  1247.           otherwise.
  1248.          </long>
  1249.       </locale>
  1250.     </schema>
  1251.  
  1252.     <schema>
  1253.       <key>/schemas/apps/gnome-terminal/profiles/Default/background_image</key>
  1254.       <applyto>/apps/gnome-terminal/profiles/Default/background_image</applyto>
  1255.       <owner>gnome-terminal</owner>
  1256.       <type>string</type>
  1257.       <default></default>
  1258.       <gettext_domain>gnome-terminal</gettext_domain>
  1259.       <locale name="C">
  1260.          <short>Background image</short>
  1261.          <long>
  1262.            Filename of a background image.
  1263.          </long>
  1264.       </locale>
  1265.     </schema>
  1266.  
  1267.     <schema>
  1268.       <key>/schemas/apps/gnome-terminal/profiles/Default/scroll_background</key>
  1269.       <applyto>/apps/gnome-terminal/profiles/Default/scroll_background</applyto>
  1270.       <owner>gnome-terminal</owner>
  1271.       <type>bool</type>
  1272.       <default>true</default>
  1273.       <gettext_domain>gnome-terminal</gettext_domain>
  1274.       <locale name="C">
  1275.          <short>Whether to scroll background image</short>
  1276.          <long>
  1277.            If true, scroll the background image with the foreground 
  1278.            text; if false, keep the image in a fixed position and 
  1279.            scroll the text above it.
  1280.          </long>
  1281.       </locale>
  1282.     </schema>
  1283.  
  1284.     <schema>
  1285.       <key>/schemas/apps/gnome-terminal/profiles/Default/background_darkness</key>
  1286.       <applyto>/apps/gnome-terminal/profiles/Default/background_darkness</applyto>
  1287.       <owner>gnome-terminal</owner>
  1288.       <type>float</type>
  1289.       <default>0.5</default>
  1290.       <gettext_domain>gnome-terminal</gettext_domain>
  1291.       <locale name="C">
  1292.          <short>How much to darken the background image</short>
  1293.          <long>
  1294.           A value between 0.0 and 1.0 indicating how much to darken 
  1295.           the background image. 0.0 means no darkness, 1.0 means fully 
  1296.           dark. In the current implementation, there are only two levels of 
  1297.           darkness possible, so the setting behaves as a boolean,
  1298.           where 0.0 disables the darkening effect.          
  1299.          </long>
  1300.       </locale>
  1301.     </schema>
  1302.  
  1303.     <schema>
  1304.       <key>/schemas/apps/gnome-terminal/profiles/Default/backspace_binding</key>
  1305.       <applyto>/apps/gnome-terminal/profiles/Default/backspace_binding</applyto>
  1306.       <owner>gnome-terminal</owner>
  1307.       <type>string</type>
  1308.       <default>ascii-del</default>
  1309.       <gettext_domain>gnome-terminal</gettext_domain>
  1310.       <locale name="C">
  1311.          <short>Effect of the Backspace key</short>
  1312.          <long>
  1313.           Sets what code the backspace key generates. Possible values 
  1314.           are "ascii-del" for the ASCII DEL character, 
  1315.           "control-h" for Control-H (AKA the ASCII BS character), 
  1316.           "escape-sequence" for the escape sequence typically 
  1317.           bound to backspace or delete. "ascii-del" is normally 
  1318.           considered the correct setting for the Backspace key.
  1319.          </long>
  1320.       </locale>
  1321.     </schema>
  1322.  
  1323.     <schema>
  1324.       <key>/schemas/apps/gnome-terminal/profiles/Default/delete_binding</key>
  1325.       <applyto>/apps/gnome-terminal/profiles/Default/delete_binding</applyto>
  1326.       <owner>gnome-terminal</owner>
  1327.       <type>string</type>
  1328.       <default>escape-sequence</default>
  1329.       <gettext_domain>gnome-terminal</gettext_domain>
  1330.       <locale name="C">
  1331.          <short>Effect of the Delete key</short>
  1332.          <long>
  1333.           Sets what code the delete key generates. Possible values 
  1334.           are "ascii-del" for the ASCII DEL character, 
  1335.           "control-h" for Control-H (AKA the ASCII BS character), 
  1336.           "escape-sequence" for the escape sequence typically 
  1337.           bound to backspace or delete. "escape-sequence" is normally 
  1338.           considered the correct setting for the Delete key.
  1339.          </long>
  1340.       </locale>
  1341.     </schema>
  1342.  
  1343.     <schema>
  1344.       <key>/schemas/apps/gnome-terminal/profiles/Default/use_theme_colors</key>
  1345.       <applyto>/apps/gnome-terminal/profiles/Default/use_theme_colors</applyto>
  1346.       <owner>gnome-terminal</owner>
  1347.       <type>bool</type>
  1348.       <default>true</default>
  1349.       <gettext_domain>gnome-terminal</gettext_domain>
  1350.       <locale name="C">
  1351.          <short>Whether to use the colors from the theme for the terminal widget</short>
  1352.          <long>
  1353.         If true, the theme color scheme used for text entry boxes will 
  1354.         be used for the terminal, instead of colors provided by the user.
  1355.          </long>
  1356.       </locale>
  1357.     </schema>
  1358.  
  1359.     <schema>
  1360.       <key>/schemas/apps/gnome-terminal/profiles/Default/use_system_font</key>
  1361.       <applyto>/apps/gnome-terminal/profiles/Default/use_system_font</applyto>
  1362.       <owner>gnome-terminal</owner>
  1363.       <type>bool</type>
  1364.       <default>true</default>
  1365.       <gettext_domain>gnome-terminal</gettext_domain>
  1366.       <locale name="C">
  1367.          <short>Whether to use the system font</short>
  1368.          <long>
  1369.           If true, the terminal will use the desktop-global standard
  1370.           font if it's monospace (and the most similar font it can
  1371.           come up with otherwise).
  1372.          </long>
  1373.       </locale>
  1374.     </schema>
  1375.  
  1376.     <schema>
  1377.       <key>/schemas/apps/gnome-terminal/profiles/Default/use_skey</key>
  1378.       <applyto>/apps/gnome-terminal/profiles/Default/use_skey</applyto>
  1379.       <owner>gnome-terminal</owner>
  1380.       <type>bool</type>
  1381.       <default>true</default>
  1382.       <gettext_domain>gnome-terminal</gettext_domain>
  1383.       <locale name="C">
  1384.          <short><!-- Translators: S/Key is the name of an application, so it should
  1385.          not be translated. -->Highlight S/Key challenges</short>
  1386.          <long><!-- Translators: S/Key is the name of an application, so it should
  1387.          not be translated. -->Popup a dialog when an S/Key challenge response query is
  1388.      detected and clicked on.  Typing a password into the dialog
  1389.          will send it to the terminal.
  1390.          </long>
  1391.       </locale>
  1392.     </schema>
  1393.  
  1394.     <!-- Keybindings -->
  1395.     <schema>
  1396.       <key>/schemas/apps/gnome-terminal/keybindings/new_tab</key>
  1397.       <applyto>/apps/gnome-terminal/keybindings/new_tab</applyto>
  1398.       <owner>gnome-terminal</owner>
  1399.       <type>string</type>
  1400.       <default><Ctrl><Shift>t</default>
  1401.       <gettext_domain>gnome-terminal</gettext_domain>
  1402.       <locale name="C">
  1403.          <short>Keyboard shortcut to open a new tab</short>
  1404.          <long>
  1405.           Keyboard shortcut key for opening a new tab. Expressed as a string
  1406.           in the same format used for GTK+ resource files.
  1407.           If you set the option to the special string "disabled", then there 
  1408.           will be no keyboard shortcut for this action.
  1409.          </long>
  1410.       </locale>
  1411.     </schema>
  1412.  
  1413.     <schema>
  1414.       <key>/schemas/apps/gnome-terminal/keybindings/new_window</key>
  1415.       <applyto>/apps/gnome-terminal/keybindings/new_window</applyto>
  1416.       <owner>gnome-terminal</owner>
  1417.       <type>string</type>
  1418.       <default><Ctrl><Shift>n</default>
  1419.       <gettext_domain>gnome-terminal</gettext_domain>
  1420.       <locale name="C">
  1421.          <short>Keyboard shortcut to open a new window</short>
  1422.          <long>
  1423.           Keyboard shortcut key for opening a new window. Expressed as a string
  1424.           in the same format used for GTK+ resource files.
  1425.           If you set the option to the special string "disabled", then there 
  1426.           will be no keyboard shortcut for this action.
  1427.          </long>
  1428.       </locale>
  1429.     </schema>
  1430.  
  1431.     <schema>
  1432.       <key>/schemas/apps/gnome-terminal/keybindings/new_profile</key>
  1433.       <applyto>/apps/gnome-terminal/keybindings/new_profile</applyto>
  1434.       <owner>gnome-terminal</owner>
  1435.       <type>string</type>
  1436.       <gettext_domain>gnome-terminal</gettext_domain>
  1437.       <locale name="C">
  1438.          <short>Keyboard shortcut to create a new profile</short>
  1439.          <long>
  1440.           Keyboard shortcut key for bringing up the dialog for profile
  1441.       creation. Expressed as a string in the same format used for
  1442.       GTK+ resource files.  If you set the option to the special
  1443.       string "disabled", then there will be no keyboard shortcut for this
  1444.       action. 
  1445.          </long>
  1446.       </locale>
  1447.     </schema>
  1448.  
  1449.     <schema>
  1450.       <key>/schemas/apps/gnome-terminal/keybindings/close_tab</key>
  1451.       <applyto>/apps/gnome-terminal/keybindings/close_tab</applyto>
  1452.       <owner>gnome-terminal</owner>
  1453.       <type>string</type>
  1454.       <default><Ctrl><Shift>w</default>
  1455.       <gettext_domain>gnome-terminal</gettext_domain>
  1456.       <locale name="C">
  1457.          <short>Keyboard shortcut to close a tab</short>
  1458.          <long>
  1459.           Keyboard shortcut key for closing a tab. Expressed as a string
  1460.           in the same format used for GTK+ resource files.
  1461.           If you set the option to the special string "disabled", then there 
  1462.           will be no keyboard shortcut for this action.
  1463.          </long>
  1464.       </locale>
  1465.     </schema>
  1466.  
  1467.     <schema>
  1468.       <key>/schemas/apps/gnome-terminal/keybindings/close_window</key>
  1469.       <applyto>/apps/gnome-terminal/keybindings/close_window</applyto>
  1470.       <owner>gnome-terminal</owner>
  1471.       <type>string</type>
  1472.       <default><Ctrl><Shift>q</default>
  1473.       <gettext_domain>gnome-terminal</gettext_domain>
  1474.       <locale name="C">
  1475.          <short>Keyboard shortcut to close a window</short>
  1476.          <long>
  1477.           Keyboard shortcut key for closing a window. Expressed as a string
  1478.           in the same format used for GTK+ resource files.
  1479.           If you set the option to the special string "disabled", then there 
  1480.           will be no keyboard shortcut for this action.
  1481.          </long>
  1482.       </locale>
  1483.     </schema>
  1484.  
  1485.     <schema>
  1486.       <key>/schemas/apps/gnome-terminal/keybindings/copy</key>
  1487.       <applyto>/apps/gnome-terminal/keybindings/copy</applyto>
  1488.       <owner>gnome-terminal</owner>
  1489.       <type>string</type>  
  1490.       <default><Ctrl><Shift>c</default>
  1491.       <gettext_domain>gnome-terminal</gettext_domain>
  1492.       <locale name="C">
  1493.          <short>Keyboard shortcut to copy text</short>
  1494.          <long>
  1495.           Keyboard shortcut key for copying selected text to the
  1496.           clipboard. Expressed as a string
  1497.           in the same format used for GTK+ resource files.
  1498.           If you set the option to the special string "disabled", then there 
  1499.           will be no keyboard shortcut for this action.
  1500.          </long>
  1501.       </locale>
  1502.     </schema>
  1503.  
  1504.     <schema>
  1505.       <key>/schemas/apps/gnome-terminal/keybindings/paste</key>
  1506.       <applyto>/apps/gnome-terminal/keybindings/paste</applyto>
  1507.       <owner>gnome-terminal</owner>
  1508.       <type>string</type>
  1509.       <default><Ctrl><Shift>v</default>
  1510.       <gettext_domain>gnome-terminal</gettext_domain>
  1511.       <locale name="C">
  1512.          <short>Keyboard shortcut to paste text</short>
  1513.          <long>
  1514.           Keyboard shortcut key for pasting the contents of the
  1515.           clipboard into the terminal. Expressed as a string
  1516.           in the same format used for GTK+ resource files.
  1517.           If you set the option to the special string "disabled", then there 
  1518.           will be no keyboard shortcut for this action.
  1519.          </long>
  1520.       </locale>
  1521.     </schema>
  1522.  
  1523.     <schema>
  1524.       <key>/schemas/apps/gnome-terminal/keybindings/full_screen</key>
  1525.       <applyto>/apps/gnome-terminal/keybindings/full_screen</applyto>
  1526.       <owner>gnome-terminal</owner>
  1527.       <type>string</type>
  1528.       <default>F11</default>
  1529.       <gettext_domain>gnome-terminal</gettext_domain>
  1530.       <locale name="C">
  1531.          <short>Keyboard shortcut to toggle full screen mode</short>
  1532.          <long>
  1533.           Keyboard shortcut key for toggling full screen mode. Expressed as a string
  1534.           in the same format used for GTK+ resource files.
  1535.           If you set the option to the special string "disabled", then there 
  1536.           will be no keyboard shortcut for this action.
  1537.          </long>
  1538.       </locale>
  1539.     </schema>
  1540.  
  1541.     <schema>
  1542.       <key>/schemas/apps/gnome-terminal/keybindings/toggle_menubar</key>
  1543.       <applyto>/apps/gnome-terminal/keybindings/toggle_menubar</applyto>
  1544.       <owner>gnome-terminal</owner>
  1545.       <type>string</type>
  1546.       <gettext_domain>gnome-terminal</gettext_domain>
  1547.       <locale name="C">
  1548.          <short>Keyboard shortcut to toggle the visibility of the menubar</short>
  1549.          <long>
  1550.           Keyboard shortcut key to toggle the visibility of the menubar. Expressed as a string
  1551.           in the same format used for GTK+ resource files.
  1552.           If you set the option to the special string "disabled", then there 
  1553.           will be no keyboard shortcut for this action.
  1554.          </long>
  1555.       </locale>
  1556.     </schema>
  1557.  
  1558.     <schema>
  1559.       <key>/schemas/apps/gnome-terminal/keybindings/set_terminal_title</key>
  1560.       <applyto>/apps/gnome-terminal/keybindings/set_terminal_title</applyto>
  1561.       <owner>gnome-terminal</owner>
  1562.       <type>string</type>
  1563.       <gettext_domain>gnome-terminal</gettext_domain>
  1564.       <locale name="C">
  1565.          <short>Keyboard shortcut to set the terminal title</short>
  1566.          <long>
  1567.           Keyboard shortcut key to set the terminal title. Expressed as a string
  1568.           in the same format used for GTK+ resource files.
  1569.           If you set the option to the special string "disabled", then there 
  1570.           will be no keyboard shortcut for this action.
  1571.          </long>
  1572.       </locale>
  1573.     </schema>
  1574.  
  1575.     <schema>
  1576.       <key>/schemas/apps/gnome-terminal/keybindings/reset</key>
  1577.       <applyto>/apps/gnome-terminal/keybindings/reset</applyto>
  1578.       <owner>gnome-terminal</owner>
  1579.       <type>string</type>
  1580.       <gettext_domain>gnome-terminal</gettext_domain>
  1581.       <locale name="C">
  1582.          <short>Keyboard shortcut to reset the terminal</short>
  1583.          <long>
  1584.           Keyboard shortcut key to reset the terminal. Expressed as a string
  1585.           in the same format used for GTK+ resource files.
  1586.           If you set the option to the special string "disabled", then there 
  1587.           will be no keyboard shortcut for this action.
  1588.          </long>
  1589.       </locale>
  1590.     </schema>
  1591.  
  1592.     <schema>
  1593.       <key>/schemas/apps/gnome-terminal/keybindings/reset_and_clear</key>
  1594.       <applyto>/apps/gnome-terminal/keybindings/reset_and_clear</applyto>
  1595.       <owner>gnome-terminal</owner>
  1596.       <type>string</type>
  1597.       <gettext_domain>gnome-terminal</gettext_domain>
  1598.       <locale name="C">
  1599.          <short>Keyboard shortcut to reset and clear the terminal</short>
  1600.          <long>
  1601.           Keyboard shortcut key to reset and clear the terminal. Expressed as a string
  1602.           in the same format used for GTK+ resource files.
  1603.           If you set the option to the special string "disabled", then there 
  1604.           will be no keyboard shortcut for this action.
  1605.          </long>
  1606.       </locale>
  1607.     </schema>
  1608.  
  1609.     <schema>
  1610.       <key>/schemas/apps/gnome-terminal/keybindings/prev_tab</key>
  1611.       <applyto>/apps/gnome-terminal/keybindings/prev_tab</applyto>
  1612.       <owner>gnome-terminal</owner>
  1613.       <type>string</type>
  1614.       <default><Control>Page_Up</default>
  1615.       <gettext_domain>gnome-terminal</gettext_domain>
  1616.       <locale name="C">
  1617.          <short>Keyboard shortcut to switch to the previous tab</short>
  1618.          <long>
  1619.           Keyboard shortcut key to switch to the previous tab. Expressed as a string
  1620.           in the same format used for GTK+ resource files.
  1621.           If you set the option to the special string "disabled", then there 
  1622.           will be no keyboard shortcut for this action.
  1623.          </long>
  1624.       </locale>
  1625.     </schema>
  1626.  
  1627.     <schema>
  1628.       <key>/schemas/apps/gnome-terminal/keybindings/next_tab</key>
  1629.       <applyto>/apps/gnome-terminal/keybindings/next_tab</applyto>
  1630.       <owner>gnome-terminal</owner>
  1631.       <type>string</type>
  1632.       <default><Control>Page_Down</default>
  1633.       <gettext_domain>gnome-terminal</gettext_domain>
  1634.       <locale name="C">
  1635.          <short>Keyboard shortcut to switch to the next tab</short>
  1636.          <long>
  1637.           Keyboard shortcut key to switch to the next tab. Expressed as a string
  1638.           in the same format used for GTK+ resource files.
  1639.           If you set the option to the special string "disabled", then there 
  1640.           will be no keyboard shortcut for this action.
  1641.          </long>
  1642.       </locale>
  1643.     </schema>
  1644.  
  1645.     <schema>
  1646.       <key>/schemas/apps/gnome-terminal/keybindings/move_tab_left</key>
  1647.       <applyto>/apps/gnome-terminal/keybindings/move_tab_left</applyto>
  1648.       <owner>gnome-terminal</owner>
  1649.       <type>string</type>
  1650.       <default><Ctrl><Shift>Page_Up</default>
  1651.       <gettext_domain>gnome-terminal</gettext_domain>
  1652.       <locale name="C">
  1653.          <short>Accelerator to move the current tab to the left.</short>
  1654.          <long>
  1655.           Accelerator key to move the current tab to the left. Expressed as a
  1656.       string in the same format used for GTK+ resource files. If you set
  1657.       the option to the special string "disabled", then there will be no
  1658.       keybinding for this action.
  1659.          </long>
  1660.       </locale>
  1661.     </schema>
  1662.  
  1663.     
  1664.     <schema>
  1665.       <key>/schemas/apps/gnome-terminal/keybindings/move_tab_right</key>
  1666.       <applyto>/apps/gnome-terminal/keybindings/move_tab_right</applyto>
  1667.       <owner>gnome-terminal</owner>
  1668.       <type>string</type>
  1669.       <default><Ctrl><Shift>Page_Down</default>
  1670.       <gettext_domain>gnome-terminal</gettext_domain>
  1671.       <locale name="C">
  1672.          <short>Accelerator to move the current tab to the right.</short>
  1673.          <long>
  1674.           Accelerator key to move the current tab to the right. Expressed as a
  1675.       string in the same format used for GTK+ resource files. If you set
  1676.       the option to the special string "disabled", then there will be no
  1677.       keybinding for this action.
  1678.          </long>
  1679.       </locale>
  1680.     </schema>
  1681.  
  1682.     <schema>
  1683.       <key>/schemas/apps/gnome-terminal/keybindings/detach_tab</key>
  1684.       <applyto>/apps/gnome-terminal/keybindings/detach_tab</applyto>
  1685.       <owner>gnome-terminal</owner>
  1686.       <type>string</type>
  1687.       <gettext_domain>gnome-terminal</gettext_domain>
  1688.       <locale name="C">
  1689.          <short>Accelerator to detach current tab.</short>
  1690.          <long>
  1691.           Accelerator key to detach current tab. Expressed as a string
  1692.           in the same format used for GTK+ resource files.
  1693.           If you set the option to the special string "disabled", then there 
  1694.           will be no keybinding for this action.
  1695.          </long>
  1696.       </locale>
  1697.     </schema>
  1698.  
  1699.     <schema>
  1700.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_1</key>
  1701.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_1</applyto>
  1702.       <owner>gnome-terminal</owner>
  1703.       <type>string</type>
  1704.       <default><Alt>1</default>
  1705.       <gettext_domain>gnome-terminal</gettext_domain>
  1706.       <locale name="C">
  1707.          <short>Keyboard shortcut to switch to tab 1</short>
  1708.          <long>
  1709.           Keyboard shortcut key for switch to tab 1. Expressed as a string
  1710.           in the same format used for GTK+ resource files.
  1711.           If you set the option to the special string "disabled", then there
  1712.           will be no keyboard shortcut for this action.
  1713.          </long>
  1714.       </locale>
  1715.     </schema>
  1716.  
  1717.     <schema>
  1718.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_2</key>
  1719.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_2</applyto>
  1720.       <owner>gnome-terminal</owner>
  1721.       <type>string</type>
  1722.       <default><Alt>2</default>
  1723.       <gettext_domain>gnome-terminal</gettext_domain>
  1724.       <locale name="C">
  1725.          <short>Keyboard shortcut to switch to tab 2</short>
  1726.          <long>
  1727.           Keyboard shortcut key for switch to tab 2. Expressed as a string
  1728.           in the same format used for GTK+ resource files.
  1729.           If you set the option to the special string "disabled", then there
  1730.           will be no keyboard shortcut for this action.
  1731.          </long>
  1732.       </locale>
  1733.     </schema>
  1734.  
  1735.     <schema>
  1736.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_3</key>
  1737.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_3</applyto>
  1738.       <owner>gnome-terminal</owner>
  1739.       <type>string</type>
  1740.       <default><Alt>3</default>
  1741.       <gettext_domain>gnome-terminal</gettext_domain>
  1742.       <locale name="C">
  1743.          <short>Keyboard shortcut to switch to tab 3</short>
  1744.          <long>
  1745.           Keyboard shortcut key for switch to tab 3. Expressed as a string
  1746.           in the same format used for GTK+ resource files.
  1747.           If you set the option to the special string "disabled", then there
  1748.           will be no keyboard shortcut for this action.
  1749.          </long>
  1750.       </locale>
  1751.     </schema>
  1752.  
  1753.     <schema>
  1754.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_4</key>
  1755.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_4</applyto>
  1756.       <owner>gnome-terminal</owner>
  1757.       <type>string</type>
  1758.       <default><Alt>4</default>
  1759.       <gettext_domain>gnome-terminal</gettext_domain>
  1760.       <locale name="C">
  1761.          <short>Keyboard shortcut to switch to tab 4</short>
  1762.          <long>
  1763.           Keyboard shortcut key for switch to tab 4. Expressed as a string
  1764.           in the same format used for GTK+ resource files.
  1765.           If you set the option to the special string "disabled", then there
  1766.           will be no keyboard shortcut for this action.
  1767.          </long>
  1768.       </locale>
  1769.     </schema>
  1770.  
  1771.     <schema>
  1772.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_5</key>
  1773.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_5</applyto>
  1774.       <owner>gnome-terminal</owner>
  1775.       <type>string</type>
  1776.       <default><Alt>5</default>
  1777.       <gettext_domain>gnome-terminal</gettext_domain>
  1778.       <locale name="C">
  1779.          <short>Keyboard shortcut to switch to tab 5</short>
  1780.          <long>
  1781.           Keyboard shortcut key for switch to tab 5. Expressed as a string
  1782.           in the same format used for GTK+ resource files.
  1783.           If you set the option to the special string "disabled", then there
  1784.           will be no keyboard shortcut for this action.
  1785.          </long>
  1786.       </locale>
  1787.     </schema>
  1788.  
  1789.     <schema>
  1790.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_6</key>
  1791.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_6</applyto>
  1792.       <owner>gnome-terminal</owner>
  1793.       <type>string</type>
  1794.       <default><Alt>6</default>
  1795.       <gettext_domain>gnome-terminal</gettext_domain>
  1796.       <locale name="C">
  1797.          <short>Keyboard shortcut to switch to tab 6</short>
  1798.          <long>
  1799.           Keyboard shortcut key for switch to tab 6. Expressed as a string
  1800.           in the same format used for GTK+ resource files.
  1801.           If you set the option to the special string "disabled", then there
  1802.           will be no keyboard shortcut for this action.
  1803.          </long>
  1804.       </locale>
  1805.     </schema>
  1806.  
  1807.     <schema>
  1808.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_7</key>
  1809.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_7</applyto>
  1810.       <owner>gnome-terminal</owner>
  1811.       <type>string</type>
  1812.       <default><Alt>7</default>
  1813.       <gettext_domain>gnome-terminal</gettext_domain>
  1814.       <locale name="C">
  1815.          <short>Keyboard shortcut to switch to tab 7</short>
  1816.          <long>
  1817.           Keyboard shortcut key for switch to tab 7. Expressed as a string
  1818.           in the same format used for GTK+ resource files.
  1819.           If you set the option to the special string "disabled", then there
  1820.           will be no keyboard shortcut for this action.
  1821.          </long>
  1822.       </locale>
  1823.     </schema>
  1824.  
  1825.     <schema>
  1826.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_8</key>
  1827.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_8</applyto>
  1828.       <owner>gnome-terminal</owner>
  1829.       <type>string</type>
  1830.       <default><Alt>8</default>
  1831.       <gettext_domain>gnome-terminal</gettext_domain>
  1832.       <locale name="C">
  1833.          <short>Keyboard shortcut to switch to tab 8</short>
  1834.          <long>
  1835.           Keyboard shortcut key for switch to tab 8. Expressed as a string
  1836.           in the same format used for GTK+ resource files.
  1837.           If you set the option to the special string "disabled", then there
  1838.           will be no keyboard shortcut for this action.
  1839.          </long>
  1840.       </locale>
  1841.     </schema>
  1842.  
  1843.     <schema>
  1844.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_9</key>
  1845.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_9</applyto>
  1846.       <owner>gnome-terminal</owner>
  1847.       <type>string</type>
  1848.       <default><Alt>9</default>
  1849.       <gettext_domain>gnome-terminal</gettext_domain>
  1850.       <locale name="C">
  1851.          <short>Keyboard shortcut to switch to tab 9</short>
  1852.          <long>
  1853.           Keyboard shortcut key for switch to tab 9. Expressed as a string
  1854.           in the same format used for GTK+ resource files.
  1855.           If you set the option to the special string "disabled", then there
  1856.           will be no keyboard shortcut for this action.
  1857.          </long>
  1858.       </locale>
  1859.     </schema>
  1860.  
  1861.     <schema>
  1862.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_10</key>
  1863.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_10</applyto>
  1864.       <owner>gnome-terminal</owner>
  1865.       <type>string</type>
  1866.       <default><Alt>0</default>
  1867.       <gettext_domain>gnome-terminal</gettext_domain>
  1868.       <locale name="C">
  1869.          <short>Keyboard shortcut to switch to tab 10</short>
  1870.          <long>
  1871.           Keyboard shortcut key for switch to tab 10. Expressed as a string
  1872.           in the same format used for GTK+ resource files.
  1873.           If you set the option to the special string "disabled", then there
  1874.           will be no keyboard shortcut for this action.
  1875.          </long>
  1876.       </locale>
  1877.     </schema>
  1878.  
  1879.     <schema>
  1880.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_11</key>
  1881.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_11</applyto>
  1882.       <owner>gnome-terminal</owner>
  1883.       <type>string</type>
  1884. <!-- no default -->
  1885.       <gettext_domain>gnome-terminal</gettext_domain>
  1886.       <locale name="C">
  1887.          <short>Keyboard shortcut to switch to tab 11</short>
  1888.          <long>
  1889.           Keyboard shortcut key for switch to tab 11. Expressed as a string
  1890.           in the same format used for GTK+ resource files.
  1891.           If you set the option to the special string "disabled", then there
  1892.           will be no keyboard shortcut for this action.
  1893.          </long>
  1894.       </locale>
  1895.     </schema>
  1896.  
  1897.     <schema>
  1898.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_12</key>
  1899.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_12</applyto>
  1900.       <owner>gnome-terminal</owner>
  1901.       <type>string</type>
  1902. <!-- no default -->
  1903.       <gettext_domain>gnome-terminal</gettext_domain>
  1904.       <locale name="C">
  1905.          <short>Keyboard shortcut to switch to tab 12</short>
  1906.          <long>
  1907.           Keyboard shortcut key for switch to tab 12. Expressed as a string
  1908.           in the same format used for GTK+ resource files.
  1909.           If you set the option to the special string "disabled", then there
  1910.           will be no keyboard shortcut for this action.
  1911.          </long>
  1912.       </locale>
  1913.     </schema>
  1914.  
  1915.     <schema>
  1916.       <key>/schemas/apps/gnome-terminal/keybindings/help</key>
  1917.       <applyto>/apps/gnome-terminal/keybindings/help</applyto>
  1918.       <owner>gnome-terminal</owner>
  1919.       <type>string</type>
  1920.       <default>F1</default>
  1921.       <gettext_domain>gnome-terminal</gettext_domain>
  1922.       <locale name="C">
  1923.          <short>Keyboard shortcut to launch help</short>
  1924.          <long>
  1925.           Keyboard shortcut key for launching help. Expressed as a string
  1926.           in the same format used for GTK+ resource files.
  1927.           If you set the option to the special string "disabled", then there
  1928.           will be no keyboard shortcut for this action.
  1929.          </long>
  1930.       </locale>
  1931.     </schema>
  1932.  
  1933.     <schema>
  1934.       <key>/schemas/apps/gnome-terminal/keybindings/zoom_in</key>
  1935.       <applyto>/apps/gnome-terminal/keybindings/zoom_in</applyto>
  1936.       <owner>gnome-terminal</owner>
  1937.       <type>string</type>
  1938.       <default><Ctrl>plus</default>
  1939.       <gettext_domain>gnome-terminal</gettext_domain>
  1940.       <locale name="C">
  1941.          <short>Keyboard shortcut to make font larger</short>
  1942.          <long>
  1943.           Keyboard shortcut key for making font larger. Expressed as a string
  1944.           in the same format used for GTK+ resource files.
  1945.           If you set the option to the special string "disabled", then there
  1946.           will be no keyboard shortcut for this action.
  1947.          </long>
  1948.       </locale>
  1949.     </schema>
  1950.  
  1951.     <schema>
  1952.       <key>/schemas/apps/gnome-terminal/keybindings/zoom_out</key>
  1953.       <applyto>/apps/gnome-terminal/keybindings/zoom_out</applyto>
  1954.       <owner>gnome-terminal</owner>
  1955.       <type>string</type>
  1956.       <default><Ctrl>minus</default>
  1957.       <gettext_domain>gnome-terminal</gettext_domain>
  1958.       <locale name="C">
  1959.          <short>Keyboard shortcut to make font smaller</short>
  1960.          <long>
  1961.           Keyboard shortcut key for making font smaller. Expressed as a string
  1962.           in the same format used for GTK+ resource files.
  1963.           If you set the option to the special string "disabled", then there
  1964.           will be no keyboard shortcut for this action.
  1965.          </long>
  1966.       </locale>
  1967.     </schema>
  1968.  
  1969.     <schema>
  1970.       <key>/schemas/apps/gnome-terminal/keybindings/zoom_normal</key>
  1971.       <applyto>/apps/gnome-terminal/keybindings/zoom_normal</applyto>
  1972.       <owner>gnome-terminal</owner>
  1973.       <type>string</type>
  1974.       <default><Ctrl>0</default>
  1975.       <gettext_domain>gnome-terminal</gettext_domain>
  1976.       <locale name="C">
  1977.          <short>Keyboard shortcut to make font normal-size</short>
  1978.          <long>
  1979.           Keyboard shortcut key for making font the normal size. Expressed as a string
  1980.           in the same format used for GTK+ resource files.
  1981.           If you set the option to the special string "disabled", then there
  1982.           will be no keyboard shortcut for this action.
  1983.          </long>
  1984.       </locale>
  1985.     </schema>
  1986.  
  1987.   </schemalist>  
  1988. </gconfschemafile>
  1989.